home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -readerstuff- / g&a_williams / quake_scripts / alba02_quake < prev    next >
Text File  |  1999-06-21  |  451b  |  30 lines

  1. set echo off
  2. set game=alba02
  3. requestchoice >env:afcdno "Check For AFCD" "Please Select The AFCD You Have*nAnd Put It Into Your Amiga CD Drive" "AFCD 35" "DOH I dont have them"
  4.  
  5. if val $afcdno eq 1
  6.     skip afcd35
  7. endif
  8.  
  9. if val $afcdno eq 0
  10.     skip Quit
  11. endif
  12.  
  13. lab AFCD35
  14. set location=AFCD35:-screenplay-/OtherStuff/Quakestuff
  15.  
  16.  
  17. lab start
  18.  
  19.  
  20. set GameType=Both ; Game, Map, or both
  21.  
  22. set MapName=alba02
  23.  
  24. set file1=pak0.pak
  25.  
  26. execute DoNotTouch
  27.  
  28. lab quit
  29.  
  30.